home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / pandawars.swf / scripts / frame_136 / PlaceObject2_158_214 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2007-03-20  |  231 b   |  15 lines

  1. onClipEvent(load){
  2.    if(panxscale == 100)
  3.    {
  4.       _rotation = pandamarm;
  5.       speed = spd;
  6.    }
  7.    else
  8.    {
  9.       this._xscale = -100;
  10.       _rotation = pandamarm * -1;
  11.       speed = - spd;
  12.    }
  13.    timer = 0;
  14. }
  15.